.. _EEex_SetTarget: =================================== EEex_SetTarget =================================== Stores targetID on actorID in targetName :: EEex_SetTarget(actorID, targetName, targetID) **Parameters** * *actorID* - actor id * *targetName* - target name * *targetID* - target id **Returns** Returns the *targetID* which was stored in the *targetName* on *actorID* **Example** :: EEex_SetTarget(actorID, targetName, targetID) **See Also** :ref:`EEex_GetTarget`